-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[release/6.0] WasmAppBuilder: publish only once per target framework instead of invoking publish explicitly. #59136
[release/6.0] WasmAppBuilder: publish only once per target framework instead of invoking publish explicitly. #59136
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't really have enough context to approve but this is breaking CI and if this it we should get it merged ASAP
After the validation completes of course. Thanks for fixing.. |
I'm hoping that this fixes it! |
.. explcitly invoking `Publish`. Based on @ericstj's suggestion dotnet#58816 (comment) . Fixes dotnet#58816 .
a01d479
to
4d2eab4
Compare
Did this break originally get through PR validation just by bad luck? |
Yeah, race, and it happened to pass for all the builds that time 😬 |
…instead of invoking publish explicitly. (dotnet#59136) (cherry picked from commit 5d03338)
Based on @ericstj's suggestion
#58816 (comment) .
Fixes #58816 .